treelistmodel: Fix signal emission on row destroy
authorMohammed Sadiq <sadiq@sadiqpk.org>
Tue, 18 Sep 2018 01:41:27 +0000 (07:11 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Tue, 18 Sep 2018 01:41:27 +0000 (07:11 +0530)
gtk/gtktreelistmodel.c

index cbbc073cf7c49583ee77a4430bc6bd32b6db2fc3..a7f6619d827900a393bf73e0042d2c3ddd46b384 100644 (file)
@@ -958,7 +958,7 @@ gtk_tree_list_row_destroy (GtkTreeListRow *self)
   g_object_notify_by_pspec (G_OBJECT (self), row_properties[ROW_PROP_ITEM]);
 
   self->node = NULL;
-  g_object_freeze_notify (G_OBJECT (self));
+  g_object_thaw_notify (G_OBJECT (self));
 }
 
 static void